Skip to main content

How to connect your ScyllaDB with Rocketadmin

This user guide outlines the procedure for establishing Rocketadmin connection to a ScyllaDB cloud database.

note

The instructions are general and do not contain any detailed explanations on specific ScyllaDB features or configurations. To experience the full ScyllaDB potential, please visit https://www.scylladb.com/.


ScyllaDB settings

Creating a ScyllaDB cluster

  1. Sign in to your ScyllaDB account.

  2. From the Dashboard create a cluster and configure it based on your specific requirements or needs.

  3. Open the cluster and navigate to the General settings:


  4. Scroll down to the Allowed IPs section and add the Rocketadmin IP address - 18.221.81.73, as trusted source, granting us access to your database:


Managing the ScyllaDB cluster

Test connection

You can connect to the created cluster using a method of your choice, for example, with the following CQL shell command:

cqlsh -u scylla -p <your-password> node-0.aws-eu-west-3.<node-number>.clusters.scylla.cloud

Create keyspace and table to populate with data

Upon successful connection to the cluster, you can create a keyspace and populate it with data:


Rocketadmin settings

The final steps of this guide include creating a Rocketadmin connection to the ScyllaDB keyspace and database.

Follow the guidelines:

  1. Sign in to your Rocketadmin account.

  2. In the Dashboard click on Add database:



  3. In the Connect a database screen:

    • enter a name for the connection

    • select Cassandra (ScyllaDB) as database type



  4. Provide the following information in the connection's details:

    • Hostname: the ScyllaDB hostname

    • Username, Password, Database name (Keyspace name) and Datacenter name



  5. You can expand the Advanced settings and configure one or more of the following options: Master password, SSH tunnel and SSL certificate

  6. Click on Test connection.

  7. Once the connection is successful, click on Add. The following message appears (Give access to our IP address):

  8. Since the Rocketadmin IP address has already been added to the list of allowed IPs, click on I've given access.

Your database and table appear in the Dashboard: